| Package | Description |
|---|---|
| com.atid.lib.module.barcode.ssi.param |
| Modifier and Type | Method and Description |
|---|---|
SSI2DParamName |
SSI2DParamValue.getName()
Returns the type of parameter stored in the SSI2DParamValue instance.
|
static SSI2DParamName |
SSI2DParamName.valueOf(byte[] data,
int offset) |
static SSI2DParamName |
SSI2DParamName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSI2DParamName[] |
SSI2DParamName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SSI2DParamNameList.add(SSI2DParamName item)
Add parameter type to the SSI2DParamNameList instance.
|
boolean |
SSI2DParamNameList.add(SSI2DParamName[] items)
Add all the information for the SSI2DParamNameList instance.
|
boolean |
SSI2DParamValueList.add(SSI2DParamName name,
java.lang.Object value)
Add parameter information to the SSI2DParamValueList instance.
|
boolean |
SSI2DParamValue.equals(SSI2DParamName name)
Compare the type of parameter on the SSI2DParamValue instance.
|
SSI2DParamValue |
SSI2DParamValueList.getAt(SSI2DParamName name)
Returns the parameter information of the barcode module.
|
java.lang.Object |
SSI2DParamValueList.getValueAt(SSI2DParamName name)
Returns the parameter value of the SSI2DParamValueList.
|
| Constructor and Description |
|---|
SSI2DParamNameList(SSI2DParamName item)
Create an instance of the SSI2DParamNameList class.
|
SSI2DParamNameList(SSI2DParamName[] items)
Create an instance of the SSI2DParamNameList class.
|
SSI2DParamValue(SSI2DParamName name)
Create an instance of the SSI2DParamValue class.
|
SSI2DParamValue(SSI2DParamName name,
java.lang.Object value)
Create an instance of the SSI2DParamValue class.
|